config_remove
Remove a Docker swarm config after updating or removing services that reference it. Returns true once deletion succeeds.
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.
Returns: bool: True after removal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |