# Create a usage threshold

> Creates a usage alert threshold on a project. Thresholds are immutable apart from deletion — to change one, delete and recreate it (which resets its fire state).

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Create a usage threshold"}
>
</Heading>

<MethodEndpoint
  method={"post"}
  path={"/api/v1/usage/thresholds"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Creates a usage alert threshold on a project. Thresholds are immutable apart from deletion — to change one, delete and recreate it (which resets its fire state).

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./create-usage-threshold.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./create-usage-threshold.StatusCodes.json")}
>
  
</StatusCodes>
