Site delete command

Delete a site.

PlatformsKubernetes, Docker, Podman, Linux
Waits forDeletion

Usage

skupper site delete [name] [options]

Examples

# Delete the current site
$ skupper site delete
Waiting for deletion...
Site "west" is deleted.

# Delete the current site and all of its associated Skupper resources
$ skupper site delete --all

Primary options

[name]

string
optional

The name of the site resource.

If not specified, the name is that of the site associated with the current namespace.

PlatformsKubernetes, Docker, Podman, Linux

--all

boolean
frequently used

In addition the site resource, delete all of the Skupper resources associated with the site in the current namespace.

PlatformsKubernetes, Docker, Podman, Linux

Global options

Errors

  • No site resource exists

    There is no existing Skupper site resource to delete.