Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 792 Bytes

File metadata and controls

34 lines (21 loc) · 792 Bytes

hapi vps docker delete

Delete project

Synopsis

Completely removes a Docker Compose project from the virtual machine, stopping all containers and cleaning up associated resources including networks, volumes, and images.

This operation is irreversible and will delete all project data.

Use this when you want to permanently remove a project and free up system resources.

hapi vps docker delete <virtual-machine-id> <project-name> [flags]

Options

  -h, --help   help for delete

Options inherited from parent commands

      --config string   Config file (default is $HOME/.hapi.yaml)
      --format string   Output format type (json|table|tree), default: table

SEE ALSO