Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.05 KB

File metadata and controls

46 lines (32 loc) · 1.05 KB
layout src/layouts/Default.astro
pubDate 2023-01-01
modDate 2026-08-19
title octopus deployment-target delete
description Delete a deployment target
navOrder 54

import SamplesInstance from 'src/shared-content/samples/samples-instance.include.md';

Delete a deployment target in Octopus Deploy

Usage:
  octopus deployment-target delete {<name> | <id>} [flags]

Aliases:
  delete, del, rm, remove

Flags:
  -y, --confirm   Don't ask for confirmation before deleting the deployment target.


Global Flags:
  -h, --help                   Show help for a command
      --no-prompt              Disable prompting in interactive mode
  -f, --output-format string   Specify the output format for a command ("json", "table", or "basic") (default "table")
  -s, --space string           Specify the space for operations

Examples

octopus deployment-target delete
octopus deployment-target rm

Learn more