Organizations
Back to home
On this page
Organizations allow you to manage your Upsun projects, users, and billing. You can group multiple projects in one organization and manage them together.
To manage users within your organization, see how to manage organization users.
Manage your organization settings
As an organization owner, you can manage the basic settings for your organization such as its name and URL.
- Navigate to the organization you want to manage (or a project in it).
- Open the user menu (your name or profile picture).
- Click Settings.
- Click Edit to edit the label or click in the Organization URL field to edit the URL.
- Click Save.
To change the name (URL) and label of the acme
organization, run:
upsun organization:info --org acme label "Acme Corp" name acme-corp
To verify the changes, run:
upsun organization:info --org acme-corp
Manage your organization billing
As an organization owner or an organization user with the Manage billing permission, you can access and download invoices and edit billing information such as the stored credit card and billing address.
- Navigate to the organization you want to manage (or a project in it).
- Open the user menu (your name or profile picture).
- Click Billing.
Create a new organization
When you create a new project, if you don’t already have an organization, one is created for you automatically.
You can create new organizations with different payment methods and billing addresses and organize your projects as you want.
- Navigate to your existing organization or a project in it.
- Open the user menu (your name or profile picture).
- Click Create Organization.
- Enter the required information (label, organization URL, company name, country, security contact).
- Click Create organization.
To create an organization with the label Acme
and the name (URL) acme
, run:
upsun organization:create --label "Acme" --name acme --country "United States"
To verify the changes, run:
upsun organization:info --org acme
Note
To monitor your spend, you can set billing alerts on your new organization. Billing alerts are based on a current month estimate. Once that estimate reaches a defined threshold, you receive an email notification.
Delete an existing organization
As an organization owner, you can delete your own organization.
Note that if your organization owns projects or owes remaining invoices, you can not delete it yourself. To have it deleted, contact support.
- Navigate to your existing organization or a project in it.
- Open the user menu (your name or profile picture).
- Click Settings.
- Click Delete Organization.
- Confirm your decision by clicking Delete.
To delete the organization acme
, run:
upsun organization:delete --org acme
Transfer project ownership
You can transfer your plan ownership to a different organization at anytime. You have to be an organization owner or have the manage plan permission.
- Make the new organization owner a project admin for the project you want to transfer.
- To ask for the transfer, from your organization account open a support ticket.
Once the transfer is completed, the new organization can administer all project settings and billing and receives future invoices. Ownership transfer automatically transfers subscription charges to the new organization.
Transfer organization ownership
To transfer an organization to a different owner, first make sure that user is part of the organization. If they aren’t yet, add them. Then open a support ticket from the current organization to ask for the transfer.