Manage your Paperspace projects.
These flags are available on all commands.
Enable debug logging. One of debug
, info
, warning
, error
, or critical
.
Output JSON
A Paperspace public API Key used for authenticating requests
Show help for a command
Create a new project. This command prompts you for a name if you don’t provide one.
Create a project with these properties.
The fields to include in the response.
These flags are available on all commands.
Enable debug logging. One of debug
, info
, warning
, error
, or critical
.
Output JSON
A Paperspace public API Key used for authenticating requests
Show help for a command
Get a project by its ID. If you don’t provide an ID, this command prompts you for one based on the projects you have access to.
The project ID to get.
The fields to include in the response.
These flags are available on all commands.
Enable debug logging. One of debug
, info
, warning
, error
, or critical
.
Output JSON
A Paperspace public API Key used for authenticating requests
Show help for a command
List projects in your team.
Pick a subset of fields to display:
pspace project list -F id -F name -F dtCreated
The number of items to return in the next page.
The cursor to fetch the next results from.
The field to order items by. One of dtCreated
.
Whether to order items ascending.
Whether to order items descending.
The fields to include in the response.
These flags are available on all commands.
Enable debug logging. One of debug
, info
, warning
, error
, or critical
.
Output JSON
A Paperspace public API Key used for authenticating requests
Show help for a command
Update an existing project.
Example:
pspace project update psukfyemho7 --name my-cool-project
The project ID to update.
The new name for the project.
The fields to include in the response.
These flags are available on all commands.
Enable debug logging. One of debug
, info
, warning
, error
, or critical
.
Output JSON
A Paperspace public API Key used for authenticating requests
Show help for a command
This command links a remote project to a local directory. Commands that depend on a project ID use the project ID of the linked project when communicating with the Paperspace API.
Link a project to the current directory.
$ pspace link
Link a project to a different directory.
$ pspace link --cwd ../my-app
Link a project and specify a project ID.
$ pspace link pzwf2g05ubegj
A project ID. If not provided, you are prompted to select one.
The project ID.
The directory to link the project to. Defaults to the current directory.
These flags are available on all commands.
Enable debug logging. One of debug
, info
, warning
, error
, or critical
.
Output JSON
A Paperspace public API Key used for authenticating requests
Show help for a command