Files
Dokploy-ts-sdk/docs/models/operations/applicationcreaterequest.md
2025-09-26 02:33:10 +00:00

831 B
Raw Permalink Blame History

ApplicationCreateRequest

Example Usage

import { ApplicationCreateRequest } from "dokploy/models/operations";

let value: ApplicationCreateRequest = {
  name: "<value>",
  projectId: "<id>",
};

Fields

Field Type Required Description
name string ✔️ N/A
appName string N/A
description string N/A
projectId string ✔️ N/A
serverId string N/A