Documentation
Sign inGet started

bird organization workspaces delete

Usage

代码示例
bird organization workspaces delete <workspace-id> [flags]

Description

Delete a workspace. Access ends at once, with the workspace hidden and its API keys revoked, while its data and configuration are held for 7 days and can be restored through support, then purged. Fails with a conflict if it is the organization's only workspace.
This is destructive and cannot be undone; pass --yes to confirm.

Examples

代码示例
bird organization workspaces delete <id> --yes

Options

Safety

NameDescription
--idempotency-keyDeduplication key; a retry with the same key won't act twice
--yesConfirm a destructive action (required; the CLI never prompts)
NameDescription
bird organization workspaces createCreate a workspace
bird organization workspaces getGet a workspace in the organization
bird organization workspaces listList workspaces
bird organization workspaces updateUpdate a workspace in the organization