# KnownResourceCommands

- Kind: `class`
- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Version: `13.3.0`
- Namespace: `Aspire.Hosting.ApplicationModel`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting/ApplicationModel/KnownResourceCommands.cs)

Provides constants for well-known resource command names.

## Definition

```csharp
namespace Aspire.Hosting.ApplicationModel;

public static class KnownResourceCommands
{
    // ...
}
```

## Fields

- [DeleteParameterCommand](/reference/api/csharp/aspire.hosting/knownresourcecommands/fields.md#deleteparametercommand) : `string` `static` -- The command name for deleting a parameter value.
- [RebuildCommand](/reference/api/csharp/aspire.hosting/knownresourcecommands/fields.md#rebuildcommand) : `string` `static` -- The command name for rebuilding a project resource.
- [RestartCommand](/reference/api/csharp/aspire.hosting/knownresourcecommands/fields.md#restartcommand) : `string` `static` -- The command name for restarting a resource.
- [SetParameterCommand](/reference/api/csharp/aspire.hosting/knownresourcecommands/fields.md#setparametercommand) : `string` `static` -- The command name for setting a parameter value.
- [StartCommand](/reference/api/csharp/aspire.hosting/knownresourcecommands/fields.md#startcommand) : `string` `static` -- The command name for starting a resource.
- [StopCommand](/reference/api/csharp/aspire.hosting/knownresourcecommands/fields.md#stopcommand) : `string` `static` -- The command name for stopping a resource.
