Site delete command

Delete a site.

Usage

skupper site delete [name] [options]

Output

Waiting for deletion to complete...
Site "<name>" is deleted.

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
    See alsoKubernetes object names
  • --timeout string (duration)

    Raise an error if the operation does not complete in the given period of time.

    Default

    60s

    PlatformsKubernetes, Docker
  • --namespace string

    Set the namespace.

    PlatformsKubernetes, Docker
    See alsoNamespace concept, Kubernetes namespaces
  • --context string

    Set the kubeconfig context.

    PlatformsKubernetes
    See alsoKubernetes kubeconfigs
  • --kubeconfig string

    Set the path to the kubeconfig file.

    PlatformsKubernetes
    See alsoKubernetes kubeconfigs
  • --platform string

    Set the Skupper platform.

    Choices
    kubernetes

    Kubernetes

    docker

    Docker or Podman

    PlatformsKubernetes, Docker
    See alsoPlatform concept
  • --help

    Display help and exit.

    PlatformsKubernetes, Docker

Errors

  • No site resource exists

    There is no existing Skupper site resource to delete.