costlimits

Create new `costlimit` object

Create new costlimit object

post/v1/costlimits

Request body

warningLevelnumber float

At which percentage does this limit send a warning? (default

unitsstring

Whether limits acts on minutes or dollars

startDatestring date

When does this limit start?

recurringboolean

Whether this cost limit will reset itself after the time period has elapsed

propertyValuestring

Metadata value to limit

propertyTypestring

Type of property to limit (account, project, job, metadata)

propertyKeystring

ID of the entity or the Metadata key to limit

limitnumber float

Amount of the limit

endDatestring date

When does this limit stop?

criticalLevelnumber float

At which percentage does this limit send its final critical notification?

applyAllboolean

Whether to apply this to all of that entity type (jobs only right now)

actionstring

What to do when the limit is breached (send email, prevent further executions, kill instances)

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.