<api-key>
with your own API Key retrieved from here.
cloud
, region
, and shade_instance_type
fields.
cloud
, region
, and shade_instance_type
.
id
property for further requests.
id
from the response of the previous step as a URL parameter.
status
field to see fi the instance is ready. Right now the instance is pending
.
status
changes from pending
to active
. This will typically take 4-5 minutes for A6000 instances. When the status turns to active
, the ip
field will also become populated. The response below is when the instance becomes ready.
active
, we can now SSH into the GPU instance. In order to access the GPU instance, you will need to download your Shadeform generated private key. Once you have the private key downloaded, you will need to update the permissions on the key.
<ip>
with the ip
found in the response of the API response above.
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
, you can run ssh-keygen -R <ip>
to reset your saved host info.id
retrieved earlier. Note that a 200 response does not confirm that the instance restarted successfully. It only confirms that the restart request was initiated. You may need to wait a few minutes for the instance to be ready to use again.
id
retrieved earlier.