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 Deltacloud. All the examples on this page assume the deltacloud server is running at localhost:3001: </p>
<ul class="nav nav-list well">
  <li class="nav-header">cURL as a deltacloud client</li>
  <li><a href="#machines">Work with Machines</a></li>
  <li><a href="#machine-images">Work with Machine Images</a></li>
</ul>