/
/vic-machine API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 9m ago · Updated 2mo ago
  • getShow VIC metadata
  • getShow VIC version information
  • getShow information about the specified vSphere resources
  • postPerform an action on the specified vSphere resources
  • getList VCHs on the target system
  • postCreate a VCH on the target system
  • getGet information about the target VCH
  • putReconfigure the target VCH
  • postPerform an action on the target VCH
  • deleteDelete the target VCH
  • patchReconfigure the target VCH
  • getAccess the host certificate for a VCH
  • getShow information about the specified vSphere resources
  • postPerform an action on the specified vSphere resources
  • getList VCHs in the specified datacenter of the target system
  • postCreate a VCH on the target system
  • getGet information about the target VCH
  • putReconfigure the target VCH
  • postPerform an action on the target VCH
  • deleteDelete the target VCH
  • patchReconfigure the target VCH
  • getAccess the host certificate for a VCH in a particular datacenter

Delete the target VCH

Making a DELETE request on a VCH resource will delete that VCH.

delete/target/{target}/vch/{vchId}

Path parameters

targetstring required
vchIdstring required

Query parameters

thumbprintstring

ESX or vCenter host certificate thumbprint

Response

A vSphere task

taskstring uri

Changes