For the complete documentation index, see llms.txt. This page is also available as Markdown.

remove

Remove a Target from a Target Group

Usage

ionosctl compute targetgroup target remove [flags]

Aliases

For targetgroup command:

[tg]

For target command:

[t]

For remove command:

[r]

Description

Remove a target (backend server) from a Target Group. The target is matched by its --ip and --port pair; both must match an existing target or the command reports it was not found. Use --all to remove every target from the group, leaving the group defined but empty.

Required values to run command:

  • Target Group Id

  • Target Ip

  • Target Port

Options

Examples

Last updated