Run a command associated with a service

POST /groups/{groupId}/apps/{appId}/services/{serviceId}/commands/{commandName}

Run a command associated with a service.

Path parameters

Responses

  • 200

    Successfully executed.

POST /groups/{groupId}/apps/{appId}/services/{serviceId}/commands/{commandName}
curl \
 --request POST 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/services/{serviceId}/commands/{commandName}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"