Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 1.72 KB

machineImagePublished_deleteAll.rst

File metadata and controls

68 lines (51 loc) · 1.72 KB

machineImagePublished_deleteAll

DELETE /users/{uid}/appliances/{aid}/pimages

Summary

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

Removes all published machine images for an appliance.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • uid (required): the user name (login name) of the user-object
  • aid (required): the id of the appliance-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/appliances/{aid}/pimages" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • machineImageGeneration-cancel
  • machineImagePublish-cancel
  • machineImagePublishedStatus-get
  • machineImagePublishedStatus-getAll
  • machineImagePublished-delete
  • machineImagePublished-deleteAll
  • machineImagePublished-download
  • machineImagePublished-get
  • machineImagePublished-getAll
  • machineImageStatus-get
  • machineImageStatus-getAll
  • machineImage-delete
  • machineImage-deleteAll
  • machineImage-download
  • machineImage-downloadFile
  • machineImage-generate
  • machineImage-get
  • machineImage-getAll
  • machineImage-publish
  • machineImage-publish
  • machineImage-regenerate
  • publishimage-object