[**refuel-sdk**](../../README.md)

***

[refuel-sdk](../../modules.md) / [types](../README.md) / ApplicationCreateOptions

# Interface: ApplicationCreateOptions

Options to create an application

## Properties

### name?

> `optional` **name**: `string`

Application name

#### Defined in

[src/types.ts:108](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L108)

***

### projectId

> **projectId**: `string`

Project ID to deploy the application to

#### Defined in

[src/types.ts:102](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L102)

***

### taskId

> **taskId**: `string`

Task ID to deploy as an application

#### Defined in

[src/types.ts:105](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L105)
