Toolbar icons
| Icon | Tooltip | Description |
|---|---|---|
![]() | Run/Connect | Use this icon to start the selected run/debug configuration or configurations in the run mode. For a local configuration, normally, the corresponding server will be started. For a remote configuration, IntelliJ IDEA will connect to the server. |
![]() | Debug | Use this icon to start the selected run/debug configuration or configurations in the debug mode. |
![]() | Stop/Disconnect | Use this icon to stop executing the selected run/debug configuration or configurations. For a local configuration, normally, the corresponding server will be stopped. For a remote configuration, IntelliJ IDEA will disconnect from the server. |
![]() | Edit configuration | Use this icon to edit the settings for the selected run/debug configuration. (The settings are server-specific. For more information, see the corresponding topic in Run/Debug Configurations.) |
![]() | Deploy all | Use this icon to deploy all the artifacts associated with the selected run/debug configuration to the server. |
![]() | Deploy | Use this icon to deploy the selected artifact or artifacts to the corresponding server or servers. |
![]() | Undeploy | Use this icon to undeploy the selected artifact or artifacts from the corresponding server or servers. |
![]() | Start |
For artifacts associated with cloud run/debug configurations:
use this icon to start the selected artifact or artifacts.
For this function to be available, the corresponding artifacts must have the status
Prepared |
![]() | Stop |
For artifacts associated with cloud run/debug configurations:
use this icon to stop the selected artifact or artifacts.
For this function to be available, the corresponding artifacts must have the status
Deployed
As a result, the status of the artifacts will change to
Prepared |
![]() | Remove |
Use this icon or the Delete key to remove the selected artifact or artifacts from a deployment list.
(The deployment list is a list of artifacts that are to be deployed to the server according to the corresponding run configuration or configurations.)
As a result, the corresponding artifacts will also be undeployed from the corresponding server or servers. |
![]() | Artifacts | Use this icon to edit the list of deployment artifacts for the selected run configuration. (The Artifacts to Deploy dialog will open.) |
![]() | Edit databases | For CloudBees run configurations: use this icon to edit your CloudBees application databases. |
![]() | Edit application settings | For artifacts associated with Cloud Foundry run configurations: use this icon to edit the application settings for the selected artifact (e.g. memory allocated for the application). |
![]() | Edit application services | For artifacts associated with Cloud Foundry run configurations: use this icon to manage the services available to the application for the selected artifact. |
Artifact deployment statuses
Shown to the left of the artifact names are their deployment statuses. These statuses are listed and briefly explained in the following table.







.
This means that the artifacts are already uploaded to the cloud but not yet started.
.
This means that the artifacts are uploaded to the cloud and started.







