/
CU
cudocompute
/
CUDO Compute service
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-07-13
Details
Filter operations
API keys
3
Billing
22
Clusters
11
Disks
5
Images
6
Machines
8
Networks
11
get
List networks
post
Create a network
get
Get a network
delete
Delete a network
post
Start a network
post
Stop a network
get
List security groups
post
Create a security group
get
Get a security group
delete
Delete a security group
patch
Update a security group
Object storage
9
Projects
9
Resources
1
SSH keys
4
Users
2
Virtual machines
25
Volumes
6
Networks
Create a security group
Creates a new security group.
post
/v1/projects/{projectId}/security-groups
Path parameters
projectId
string
required
Request body
object
required
dataCenterId
string
required
description
string
id
string
required
rules
Rule[]
Response
A successful response.
SecurityGroup
required
dataCenterId
string
required
description
string
id
string
required
projectId
string
rules
Rule[]
Changes