Create a new app
App manager
Create a new app
Creates a new app entry in the system.
Requires an nx1_app_manager role.
POST
Create a new app
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
Request model for creating a new App. App name must be filesystem + S3 safe.
Response
App created successfully.
Response model for creating a new App.
Unique ID of the created app.
Name of the created app.
Timestamp when the app was created.
Type of application.
Available options:
hand_authored, notebook_pipeline, inference_service, full_pipeline Username of the creator.

