Sharedcloud
Search…
What's Sharedcloud
Getting Started
FAQ
Tutorials
How to run a "tensorflow-based" function in a remote GPU instance
How to run a "web crawler" function in a remote instance
How to rent out your machine resources and start processing jobs
Sharedcloud CLI
Overview
Requirements
How to install
Commands Reference
Login
Logout
Version
Create account
Update account
Change password
Delete account
List account
Create function
Update function
Delete function
List functions
Show function code
Create run
Delete run
List runs
Download image
Clean image
List images
Update all images
Create instance
Update instance
Delete instance
List instances
Start instance
List jobs
Show job stdout
Show job stderr
Show job result
Show job logs
List offers
List GPUs
Sharedcloud API
How to use
Endpoints
Powered By
GitBook
Update instance
It updates a new instance
Example:
1
sharedcloud instance update --uuid <uuid_of_the_instance>
2
[--name my_instance] \
3
[--type cpu] \
4
[--ask-price 0.1]
5
[--max-num-parallel-jobs 2]
6
[--gpu-uuid b6fe7910-34f2-4473-aecb-f427fb3cced1]
Copied!
Arguments:
uuid:
uuid of the instance
name:
name of the instance (Optional)
type
: type of the instance. It can be either "cpu" or "gpu" (Optional)
ask-price
: the minimum price that the instance owner is willing to accept (Optional)
max-num-parallel-jobs
: the max number of parallel jobs that can be run in the instance.
It can only be specified to CPU instances (Optional)
gpu-uuid
: uuid of the gpu installed in the user's machine (Optional)
Previous
Create instance
Next
Delete instance
Last modified
3yr ago
Copy link
Contents