- URL:
 - https://<root>/data/items/enterpriseDatabases/<datastoreItem>/machines/<machine>/stop
 - Methods:
 POST- Required Capability:
 - Access allowed with either the "Update", "Delete", "Security and Infrastructure", or "Servers" privileges
 - Version Introduced:
 - 10.3
 
Description
The stop operation stops the database instance running on a data store machine.
Request parameters
| Parameter | Details | 
|---|---|
  | The response format. The default response format is  Values:   | 
Example usage
The following is a sample POST request for the stop operation:
POST /webadaptor/admin/data/items/enterpriseDatabases/myDataStore/machines/dataStoreMachine/stop HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=pjsonJSON Response example
{"status": "success"}