# Update status of alarm between enabled and disabled **PUT /v2/Alarms/{Sid}/status** ## Servers - https://monitor.twilio.com: https://monitor.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **Sid** (string) Sid ### Body: application/json (object) - **enabled** (boolean) status of alarm ## Responses ### 204 NO CONTENT #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client ### 400 BAD REQUEST #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **message** (string) Error message - **code** (integer) Twilio error code - **user_error** (boolean) Indicates if it was a user error - **http_status_code** (integer) Http error code returned - **params** (object) - **more_info** (string) More information link - **status** (integer) HTTP status code ### 401 UNAUTHORIZED #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **message** (string) Error message - **code** (integer) Twilio error code - **user_error** (boolean) Indicates if it was a user error - **http_status_code** (integer) Http error code returned - **params** (object) - **more_info** (string) More information link - **status** (integer) HTTP status code ### 404 NOT FOUND #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **message** (string) Error message - **code** (integer) Twilio error code - **user_error** (boolean) Indicates if it was a user error - **http_status_code** (integer) Http error code returned - **params** (object) - **more_info** (string) More information link - **status** (integer) HTTP status code ### 500 INTERNAL SERVER ERROR #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **message** (string) Error message - **code** (integer) Twilio error code - **user_error** (boolean) Indicates if it was a user error - **http_status_code** (integer) Http error code returned - **params** (object) - **more_info** (string) More information link - **status** (integer) HTTP status code [Powered by Bump.sh](https://bump.sh)