# Stop Slew **GET /equipment/mount/slew/stop** Stops any slew, even if it was not started using the api. However this is mainly useful for slews you issued yourself, since it doesn't completely abort slew¢ers started by NINA. Therefore the recommended use is to stop simple slews without center or rotate. With center or rotate, this may take a few seconds to complete. ## Servers - V2 api server: http://localhost:1888/v2/api (V2 api server) ## Parameters ## Responses ### 200 Successful response #### Body: application/json (object) - **Response** (string) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) ### 409 Mount not connected #### Body: application/json (object) - **Response** (string) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) ### 500 Internal server error, Unknown error #### Body: application/json (object) - **Response** (string) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) [Powered by Bump.sh](https://bump.sh)