Skip to content

Commit a7ae519

Browse files
author
Miltiadis Orfanos
committed
MC-9976 - cloudstack - adds bare metal doc in instances
1 parent 4c71e91 commit a7ae519

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

source/includes/cloudstack/_instances.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Deploy and manage your instances.
44

5+
For information regarding bare metal instances, please see [bare metal instances](#cloudstack-bare-metal-instances).
6+
57
<!-------------------- LIST INSTANCES -------------------->
68

79
#### List instances
@@ -200,7 +202,9 @@ curl -X POST \
200202

201203
<code>POST /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/instances</code>
202204

203-
Create an instance in an [environment](#administration-environments). This endpoint allows you to easily attach a new or existing data volume and add port forwarding rules to the new instance without doing additional API calls.
205+
Create an instance in an [environment](#administration-environments). This endpoint allows you to easily attach a new or existing data volume and add port forwarding rules to the new instance without doing additional API calls.
206+
207+
In order to create [bare metal instances](#cloudstack-bare-metal-instances), please see the [acquire](#cloudstack-acquire-a-bare-metal-instance) operation.
204208

205209
Required | &nbsp;
206210
------ | -----------
@@ -290,6 +294,8 @@ curl -X DELETE \
290294

291295
Destroys an existing instance. The instance needs to be in the *Running*, *Stopped* or *Error* state for the operation to work. This endpoint allows you to do additional cleanup of resources attached to this instance such as [public IPs](#cloudstack-public-ips), [volumes](#cloudstack-volumes) and [snapshots](#cloudstack-snapshots). If the purgeImmediately flag is not true, then it will not completely remove the instance from the [environment](#administration-environments). (i.e. the instance could still be recovered).
292296

297+
In order to destory [bare metal instances](#cloudstack-bare-metal-instances), please see the [release](#cloudstack-release-a-bare-metal-instance) operation.
298+
293299
Optional | &nbsp;
294300
------ | -----------
295301
`deleteSnapshots`<br/>*boolean* | Will delete all [snapshots](#cloudstack-snapshots) of volumes attached to this instance if true, will keep snapshots otherwise.

0 commit comments

Comments
 (0)