site_name: Deltacloud API title: CIMI cURL Examples

<h3 id="command">Working with cURL against the Deltacloud CIMI frontend</h3>

<p> The <a href="http://curl.haxx.se/docs/">cURL documentation</a> is pretty comprehensive, but the following are some general points to remember for using cURL against the Deltacloud CIMI frontend. All the examples on this page assume the Deltacloud server is running at localhost:3001: </p>
  <pre>

curl -v -X DELETE --user “username:password” -H “Accept: application/xml” http://localhost:3001/cimi/machine_images/my_image