Skip to main content
Version: v0.13 ๐Ÿšง

kusion workspace delete

Delete a workspace

Synopsisโ€‹

This command deletes the current or a specified workspace.

kusion workspace delete

Examplesโ€‹

  # Delete the current workspace
kusion workspace delete

# Delete a specified workspace
kusion workspace delete dev

# Delete a specified workspace in a specified backend
kusion workspace delete prod --backend oss-prod

Optionsโ€‹

      --backend string   the backend name
-h, --help help for delete

Options inherited from parent commandsโ€‹

      --profile string          Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|mutex) (default "none")
--profile-output string Name of the file to write the profile to (default "profile.pprof")

SEE ALSOโ€‹

  • kusion workspace - Workspace is a logical concept representing a target that stacks will be deployed to
Auto generated by spf13/cobra on 12-Jun-2024โ€‹