Skip to main content

Create a namespace

Creates a new namespace object. A namespace enables the contextual grouping of related jobs and datasets. Namespaces must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), dashes (-), colons (:), slashes (/), or dots (.). A namespace is case-insensitive with a maximum length of 1024 characters. Note jobs and datasets will be unique within a namespace, but not across namespaces.

Path Parameters
    namespace string required

    Possible values: <= 1024 characters

    The name of the namespace.

Request Body
    ownerName string required

    The owner of the namespace.

    description string

    The description of the namespace.

Responses

OK


Schema
    name string

    The name of the namespace.

    createdAt date-time

    An ISO-8601 timestamp representing the date/time the namespace was created.

    updatedAt date-time

    An ISO-8601 timestamp representing the date/time the namespace was updated.

    ownerName string

    The owner of the namespace.

    description string

    The description of the namespace.

Loading...