Skip to main content
DELETE
Delete template version
Deletes a single published version you own. To replace a version in place instead of deleting it, re-publish with ?force=true.
Deleting a version that computers were launched from does not affect those running computers. They already restored from the golden snapshot. The delete only removes the version from your registry, so it can no longer be launched or built. It is scoped to your own templates, so a curated (system/…) ref returns 404 rather than removing anything.

Path parameters

string
required
Template namespace.
string
required
Template name.
string
required
Version (semver) to delete.

Response

boolean
true when the version was removed.

Example

Response

Errors

Authorizations

Authorization
string
header
required

API key authentication. Get your key at orgo.ai/workspaces

Path Parameters

namespace
string
required
name
string
required
version
string
required

Response

Deleted

deleted
boolean
Example:

true