CLINetworks
hudl network delete <id>
Permanently delete a private network.
Permanently delete a private network. All associated subnets are removed along with the network. Instances still attached to the network must be disconnected first.
Usage
hudl network delete <id> [flags]Common flags
| Flag | Description |
|---|---|
--region <code> | Override the active region for this call only. |
--workspace <slug> | Override the active workspace for this call only. |
-o, --output | Output format: table (default), json, yaml, wide, name. |
--idempotency-key <key> | Attach an idempotency key so retries are safe. |
Examples
Delete a network by ID:
hudl network delete 7a1f3e2b-9c4d-4e8a-b6f5-1a2b3c4d5e6fDelete a network with an idempotency key:
hudl network delete 7a1f3e2b-9c4d-4e8a-b6f5-1a2b3c4d5e6f \
--idempotency-key delete-backend-net-001API reference
This command calls DELETE /networks/{id} under the hood. See the full request and response schema in the API reference.