VESSL Docs
π Release Notes
π Community Slack
Searchβ¦
Welcome to VESSL Docs!
GETTING STARTED
Overview
Quickstart
End-to-end Guides
USER GUIDE
Organization
Project
Cluster
Dataset
Experiment
Model Registry
Sweep
Workspace
Commons
API REFERENCE
What is the VESSL CLI/SDK?
CLI
Python SDK
Integrations
Utilities API
Dataset API
Experiment API
Cluster API
Image API
Model API
Organization API
Project API
SSH Key API
Sweep API
Volume API
Workspace API
TROUBLESHOOTING
GitHub Issues
Powered By
GitBook
Organization API
β
read_organization
1
vessl
.
read_organization
(
2
organization_name
:
str
3
)
Copied!
Read organization
Args
organization_name
(str) : Organization name.
Example
1
vessl
.
read_organization
(
2
organization_name
=
"foo"
3
)
Copied!
β
list_organizations
1
vessl
.
list_organizations
()
Copied!
List organizations
Example
1
vessl
.
list_organizations
()
Copied!
β
create_organization
1
vessl
.
create_organization
(
2
organization_name
:
str
,
region
:
str
3
)
Copied!
Create oragnization
Args
organization_name
(str) : Organization name.
region
(str) : Physical location where your cluster data centers.
Example
1
vessl
.
create_organization
(
2
organization_name
=
"foo"
,
3
region
=
"ap-northeast-2"
,
4
)
Copied!
Previous
Model API
Next
Project API
Last modified
2mo ago
Copy link
Contents
read_organization
list_organizations
create_organization