Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.26 KB

File metadata and controls

44 lines (30 loc) · 1.26 KB

stackit beta intake runner delete

Deletes an Intake Runner

Synopsis

Deletes an Intake Runner.

stackit beta intake runner delete RUNNER_ID [flags]

Examples

  Delete an Intake Runner with ID "xxx"
  $ stackit beta intake runner delete xxx

  Delete an Intake Runner with ID "xxx", along with all associated Intakes and Intake Users that would stop the removal of the Intake
  $ stackit beta intake runner delete xxx --force

Options

      --force   When true, also removes all associated Intakes and Intake Users that would stop the removal of the Intake
  -h, --help    Help for "stackit beta intake runner delete"

Options inherited from parent commands

  -y, --assume-yes             If set, skips all confirmation prompts
      --async                  If set, runs the command asynchronously
  -o, --output-format string   Output format, (one of: [json, pretty, none, yaml])
  -p, --project-id string      Project ID
      --region string          Target region for region-specific requests
      --verbosity string       Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")

SEE ALSO