Delete Workspace

Delete a workspace.

kbc remote workspace delete [flags]

Options

-W, --workspace-id string
ID of the workspace to be deleted. You can find it using the List Workspaces command.
-H, --storage-api-host <string>
Keboola instance URL, e.g., “connection.keboola.com”

Global Options

Examples

➜ kbc remote workspace delete -W <id>

Deleting the workspace "foo" (<id>), please wait.
Delete done.

Next Steps