v54

Swagger 2.0AGPL-3.0raw.githubusercontent.com2026-08-03397565628.8 KB
Templates

Archive template unused versions by template id

post/api/v2/templates/{template}/versions/archive

Path parameters

templatestring uuid required

Template ID

Request body

allboolean

By default, only failed versions are archived. Set this to true to archive all unused versions regardless of job status.

Response

OK

detailstring

Detail is a debug message that provides further insight into why the action failed. This information can be technical and a regular golang err.Error() text.

  • "database: too many open connections"
  • "stat: too many open files"
messagestring

Message is an actionable message that depicts actions the request took. These messages should be fully formed sentences with proper punctuation. Examples:

  • "A user has been created."
  • "Failed to create a user."