You can easily make different kind of operations on this resource.
Clone Resource
Duplicate this resource to another server or network destination.
Cloning only duplicates resource configuration (such as environment variables, build settings etc..). It does not include any resource data, such as databases or stored files.
@can('update', $resource)
Clone Resource
All configurations will be duplicated to the selected destination. The running application won't be
touched.
Move Resource
Transfer this resource between projects and environments.
@if ($projects->count() > 0)
Move Resource
All configurations will be moved to the selected environment. The running application won't be
touched.
@else
No other projects available for moving this resource.
@endif
@else
You don't have permission to modify this resource. Contact your team administrator for access.
@endcan