Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.74 KB

containerTemplate_delete.rst

File metadata and controls

64 lines (46 loc) · 1.74 KB

containerTemplate_delete

DELETE /users/{uid}/mysoftware/{msid}/templates/{tid}

Summary

  • Method: DELETE
  • Response Code: 204 / 200
  • Response Formats:
  • Since: UForge 3.8.9

Deletes a container template.

Warning

this also deletes all associated machine images that have been generated from this container template

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • uid (required): the user name (login name) of the user-object
  • msid (required): the id of the mySoftware-object
  • tid (required): the id of the containertemplate-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/mysoftware/{msid}/templates/{tid}" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • containerTemplateImageGeneration-cancel
  • containerTemplateImageGeneration-get
  • containerTemplateImagePublish-cancel
  • containerTemplateImagePublish-get
  • containerTemplateImagePublished-delete
  • containerTemplateImagePublished-get
  • containerTemplateImage-delete
  • containerTemplateImage-download
  • containerTemplateImage-downloadFile
  • containerTemplateImage-get
  • containerTemplateImage-publish
  • containerTemplate-create
  • containerTemplate-generate
  • containerTemplate-getAll
  • containertemplate-object
  • mySoftware-object