---
title: "Dismiss Workspace Activation"
method: POST
path: "/v1/workspaces/{workspace_id}/activation/dismiss"
tags: ["workspace-activation"]
---

# Dismiss Workspace Activation

`POST /v1/workspaces/{workspace_id}/activation/dismiss`

Retire the guide for this workspace. Permanent, and idempotent.

Workspace owners and admins only. It retires the card and nothing else: the
key the guide issued keeps working, because the operator asked for it and
may well have pasted it somewhere already. Revoking one is the Keys page's
job.

## Path parameters

- `workspace_id` string, uuid, required

## Response `200`

Successful Response

- Message — A human-readable acknowledgment for an operation with nothing to return.
  - `message` string, required — What happened.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.net/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/2d6e4912e230/schema)
