config_remove
Remove a Docker Swarm config by ID or name, succeeding only after no service references it.
Instructions
Remove a swarm config.
Requires a swarm manager, and fails while any service still references the config — update or
remove those services first. The last step of the rotation flow described in config_create.
args: id_or_name - The config id or name returns: bool - True after removal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |