A namespace is a project that allows you to group functions. Functions in the same namespace can share environment variables and access tokens, defined at the namespace level.
List all your namespaces
List all existing namespaces in the specified region.
path Parameters
regionThe region you want to target
query Parameters
pagePage number.
page_sizeNumber of namespaces per page.
order_byOrder of the namespaces.
nameName of the namespace.
organization_idUUID of the Organization the namespace belongs to.
project_idUUID of the Project the namespace belongs to.
List all your namespaces › Responses
total_countTotal number of namespaces.
Create a new namespace
Create a new namespace in a specified Organization or Project.
path Parameters
regionThe region you want to target
Create a new namespace › Request Body
nameEnvironment variables of the namespace.
project_idUUID of the project in which the namespace will be created.
descriptionDescription of the namespace.
Secret environment variables of the namespace.
tagsTags of the Serverless Function Namespace.
activate_vpc_integration[DEPRECATED] By default, as of 2025/08/20, all namespaces are now compatible with VPC. Setting this field to true doesn't matter anymore. It will be removed in a near future.
Create a new namespace › Responses
idUUID of the namespace.
nameName of the namespace.
Environment variables of the namespace.
organization_idUUID of the Organization the namespace belongs to.
project_idUUID of the Project the namespace belongs to.
statusStatus of the namespace.
registry_namespace_idUUID of the registry namespace.
error_messageError message if the namespace is in "error" state.
registry_endpointRegistry endpoint of the namespace.
descriptionDescription of the namespace.
Secret environment variables of the namespace.
regionRegion in which the namespace is located.
tagsList of tags applied to the Serverless Function Namespace.
created_atCreation date of the namespace. (RFC 3339 format)
updated_atLast update date of the namespace. (RFC 3339 format)
vpc_integration_activated[DEPRECATED] By default, as of 2025/08/20, all namespaces are now compatible with VPC. The value of this field doesn't matter anymore, and will be removed in a near future.
Get a namespace
Get the namespace associated with the specified ID.
path Parameters
regionThe region you want to target
namespace_idUUID of the namespace.
Get a namespace › Responses
idUUID of the namespace.
nameName of the namespace.
Environment variables of the namespace.
organization_idUUID of the Organization the namespace belongs to.
project_idUUID of the Project the namespace belongs to.
statusStatus of the namespace.
registry_namespace_idUUID of the registry namespace.
error_messageError message if the namespace is in "error" state.
registry_endpointRegistry endpoint of the namespace.
descriptionDescription of the namespace.
Secret environment variables of the namespace.
regionRegion in which the namespace is located.
tagsList of tags applied to the Serverless Function Namespace.
created_atCreation date of the namespace. (RFC 3339 format)
updated_atLast update date of the namespace. (RFC 3339 format)
vpc_integration_activated[DEPRECATED] By default, as of 2025/08/20, all namespaces are now compatible with VPC. The value of this field doesn't matter anymore, and will be removed in a near future.
Delete an existing namespace
Delete the namespace associated with the specified ID.
path Parameters
regionThe region you want to target
namespace_idUUID of the namespace.
Delete an existing namespace › Responses
idUUID of the namespace.
nameName of the namespace.
Environment variables of the namespace.
organization_idUUID of the Organization the namespace belongs to.
project_idUUID of the Project the namespace belongs to.
statusStatus of the namespace.
registry_namespace_idUUID of the registry namespace.
error_messageError message if the namespace is in "error" state.
registry_endpointRegistry endpoint of the namespace.
descriptionDescription of the namespace.
Secret environment variables of the namespace.
regionRegion in which the namespace is located.
tagsList of tags applied to the Serverless Function Namespace.
created_atCreation date of the namespace. (RFC 3339 format)
updated_atLast update date of the namespace. (RFC 3339 format)
vpc_integration_activated[DEPRECATED] By default, as of 2025/08/20, all namespaces are now compatible with VPC. The value of this field doesn't matter anymore, and will be removed in a near future.
Update an existing namespace
Update the namespace associated with the specified ID.
path Parameters
regionThe region you want to target
namespace_idUUID of the namespapce.
Update an existing namespace › Request Body
Environment variables of the namespace.
descriptionDescription of the namespace.
Secret environment variables of the namespace.
tagsTags of the Serverless Function Namespace.
Update an existing namespace › Responses
idUUID of the namespace.
nameName of the namespace.
Environment variables of the namespace.
organization_idUUID of the Organization the namespace belongs to.
project_idUUID of the Project the namespace belongs to.
statusStatus of the namespace.
registry_namespace_idUUID of the registry namespace.
error_messageError message if the namespace is in "error" state.
registry_endpointRegistry endpoint of the namespace.
descriptionDescription of the namespace.
Secret environment variables of the namespace.
regionRegion in which the namespace is located.
tagsList of tags applied to the Serverless Function Namespace.
created_atCreation date of the namespace. (RFC 3339 format)
updated_atLast update date of the namespace. (RFC 3339 format)
vpc_integration_activated[DEPRECATED] By default, as of 2025/08/20, all namespaces are now compatible with VPC. The value of this field doesn't matter anymore, and will be removed in a near future.