Endpoints are the FlexDeploy representation of a device or virtual machine where plugins can be run. They hold connection and host details that allow FlexDeploy to connect to and perform commands on the server.
...
To inactivate an Endpoint click the Active link on the desired endpoint, and it will toggle to Inactive. This will hide that Endpoint after leaving the screen, until the Active checkbox is unchecked. To reactivate an Endpoint, click the Inactive link and it will toggle back to Active
Endpoint Directory Structure
...
plugins
The plugins directory holds each version of a plugin that has been utilized on the Endpoint. There can be several different plugins loaded and many versions of a given plugin.security
scratch
The security directory holds information related to the SSH connection between the FlexDeploy server and the Endpoint server and is used for secure communicationsInternal directory which is used for file transfer and managing permissions. Applicable only when using "Run As User" on the endpoint to execute commands as another privileged user.
work
The work directory contains every invocation of a plugin operation that has occurred on the Endpoint. There is additional file structure under the work directory based on the execution project id and the current execution id of the given project.
work/<projectId>/<executionId>/artifacts
Directory where artifacts are stored so they can be transferred back to the FlexDeploy server and stored permanently in the artifact repository.
work/<projectId>/<executionId>/internal
Directory where all internal FlexDeploy scripts are stored to execute the plugin step.
work/<projectId>/<executionId>/object-results
Directory utilized by partial deployment plugins to transfer the deployment status of each file back to the FlexDeploy server.
work/<projectId>/<executionId>/reports
Not currently utilized.
work/<projectId>/<executionId>/temp
Directory for plugin execution to checkout and manipulate data or files until moved to the artifacts directory for storage.
work/<projectId>/<executionId>/test-results
Directory for test plugins like Junit to place the test result to be processed.
work/<projectId>/<executionId>/transfer
Directory used to return file from a plugin execution and feed as input into another plugin operation. This directory is only used in very specific use cases.