# Enable an SLO **POST /s/{spaceId}/api/observability/slos/{sloId}/enable** You must have the `write` privileges for the **SLOs** feature in the **Observability** section of the Kibana feature privileges. ## Servers - https://localhost:5601: https://localhost:5601 () ## Authentication methods - Api key auth - Basic auth ## Parameters ### Headers - **kbn-xsrf** (string) Cross-site request forgery protection ### Path parameters - **spaceId** (string) An identifier for the space. If `/s/` and the identifier are omitted from the path, the default space is used. - **sloId** (string) An identifier for the slo. ## Responses ### 204 Successful request ### 400 Bad request #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (number) ### 401 Unauthorized response #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (number) ### 403 Forbidden response #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (number) ### 404 Not found response #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (number) [Powered by Bump.sh](https://bump.sh)