remove_service
Stop and remove a Docker Swarm service by specifying its service ID or name.
Instructions
Stop and remove a swarm service.
args: service_id - The service id or name returns: bool - True after the service is removed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |