Skip to main content

astroctl_application_delete

astroctl application delete

Delete an application

Synopsis

Delete an application

astroctl application delete [flags]

Examples


# Delete an application by name
astroctl app delete -n myapp

# Delete an application using a file
astroctl app delete -f application.yaml

# Delete an application using stdin
echo 'name: myapp' | astroctl app delete -f -

Options

  -f, --file string   The file name to delete the application. Use '-' to read from stdin.
-h, --help help for delete

Options inherited from parent commands

  -n, --name string     name of the application
-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO