# Slew **GET /framing/slew** Slew the mount to the current coordinates. This requires the framing assistant to be initalized, which can by achieved by openening it once. ## Servers - V2 api server: http://localhost:1888/v2/api (V2 api server) ## Parameters ### Query parameters - **slew_option** (string) The slew option to use. Possible values: Center, Rotate. If this is omitted, it is a simple slew. - **waitForResult** (boolean) Whether to wait for the slew to finish ## Responses ### 200 Successful response #### 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)